current_second

返回当前时间的秒数。

语法:

current_second;


返回: Real(实数)


描述

只读 变量返回当前时间的秒数。


例如:

draw_text(32, 32, "The time is " + string(current_hour) + ":" + string(current_minute) + "." + string(current_second));

上述代码将会把当前国际时间绘制在屏幕上。


上一页: Date And Time
下一页: current_minute
© Copyright YoYo Games Ltd. 2018 All Rights Reserved